home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / share / 39 / help / History.bak < prev    next >
Text File  |  2001-04-22  |  3KB  |  73 lines

  1. /************************************/
  2. /*            HISTORY / fixes       */
  3. /*    all dates are dd.mm.yyyy      */
  4. /************************************/
  5. 22.04.2001 Lost Files and Install filler functions run as separate threads
  6. 21.04.2001 Rewrote DLL ToolHelp functions and cleaned up exported global vars
  7. 01.04.2001 Settings - corrected erasing dead links, and added directory being searched display
  8. 24.02.2001 NET: first implementation of NT Remote Shutdown: SE_InitiateSystemShutdown()
  9. 24.02.2001 ODBC: PeekMessage(PM_NOREMOVE) while looping thru cursor, for future SqlCancel()
  10. 19.02.2001 ODBC: removed strtok() in Driver Enumeration which caused GPF under NT
  11. 18.02.2001 ODBC: added DISCONNECT database in WM_DESTROY; removed strtok from driver parameters enum loop
  12. 04.02.2001 Rebuilt with oct.2000 Platform SDK
  13. 21.01.2001 Profiles: PATCHED changing system directories to write in 
  14.           "User Shell Folders" as well as "Shell Folders" key in Registry; 
  15.           will fix for reading/writing separately to both
  16. 13.01.2001 ODBC: added database / table Scripting capability, including Index creation
  17. 07.01.2001 ODBC: added MsgBox on Results ListView to expand selected line, and added Fields combo box to insert in SQL statements
  18. 07.01.2001 Settings: fixed inverted "Default" and output string on reading "Run" value for w32prop in registry
  19. 07.01.2001 ODBC: fixed bug where HDBCs were passed by value and cleared only locally, causing application to think it was still connected when in fact it was not
  20.  
  21. /**************/
  22. /* KNOWN BUGS */
  23. /**************/
  24.  
  25. - unable to remove MessageBoxes in dead link search on Windows ME on missing drives, even with SLR_NO_UI
  26. - profile Shell folders don't always work under NT, especially Common
  27. - improve Unicode support - probably requires two distinct versions
  28. - Cancel on ODBC page doesn't appear to disconnect connected database, if any
  29. - SHQueryRecycleBin(NULL) fails with invalid parameter (87) after upgrading to Win98 and then WinME
  30.   confirmed bug by Microsoft, requires calling for every drive and adding
  31. - Profiles doesn't correctly read Common profile directories
  32. - UnInstall doesn't correctly delete/uninstall files in use
  33.  
  34. /***********************/
  35. /* future enhancements */
  36. /***********************/
  37. - migration of Setup program to MS Installer specifications
  38. - ODBC: ability to cancel query
  39.  
  40. /************************************/
  41. /* REQUIRED / OPTIONAL SYSTEM DLLS  */
  42. /************************************/
  43. NAME            TYPE            OS
  44. ______________________________________
  45. ADVAPI32        R                ALL
  46. COMCTL32        R                ALL
  47. COMDLG32        R                ALL
  48. GDI32            R                ALL
  49. IMAGEHLP        R                ALL
  50. KERNEL32        R                ALL
  51. MAPI32             R                ALL
  52. MPR                R                ALL
  53. MSTASK            R                ALL
  54. netapi32          O                all
  55. netmsg            O                all
  56. ODBC32            R                ALL
  57. ODBCCP32        R                ALL
  58. OLDNAMES        R                ALL
  59. OLE32            R                ALL
  60. psapi            O                NT
  61. SHELL32            R                ALL
  62. Shfolder           O                all
  63. SHLWAPI            R                ALL
  64. svrapi            O                NT
  65. th32            R                all
  66. user32            R                all
  67. uuid            R                all
  68. vdmdbg            O                NT
  69. version            R                all
  70. wininet            R                all
  71. winspool        R                all
  72. ws2_32            O                all
  73.